home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / irssi / src / lib-popt / findme.h next >
C/C++ Source or Header  |  2006-05-02  |  262b  |  11 lines

  1. /* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
  2.    file accompanying popt source distributions, available from 
  3.    ftp://ftp.redhat.com/pub/code/popt */
  4.  
  5. #ifndef H_FINDME
  6. #define H_FINDME
  7.  
  8. char * findProgramPath(char * argv0);
  9.  
  10. #endif
  11.